home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Schooolhouse Version 10.0
/
CD Schooolhouse Version 10.0.ISO
/
pc
/
dos
/
misc
/
pco
/
printdoc.bat
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-03-04
|
309 b
|
17 lines
echo off
cls
echo ˇ
echo This Batch file will print the Outline! documentation file MANUAL.DOC
echo to printer port LPT1:.
echo ˇ
echo Press any key to begin (^Break to Abort)
echo ˇ
pause
echo ˇ
echo Now printing . . . .
copy manual.doc lpt1:
echo ˇ
echo Printing complete
echo ˇ